[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
;                Comment Operator                                    Operator

  ;comment

     The assembler ignores any text on a line after the ; operator. Use it to
     insert comments into your code. For example:

                        MOV     AX,5    ;Get ready for addition.

       Notes:     Liberal use of comments can make your code easier to
                  read.

See Also: COMMENT
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson